net/http.http2Transport.newClientConn (method)

4 uses

	net/http (current package)
		h2_bundle.go#L7837: 		return t.newClientConn(nil, singleUse)
		h2_bundle.go#L7847: 	return t.newClientConn(tconn, singleUse)
		h2_bundle.go#L7913: 	return t.newClientConn(c, t.disableKeepAlives())
		h2_bundle.go#L7916: func (t *http2Transport) newClientConn(c net.Conn, singleUse bool) (*http2ClientConn, error) {